/* Write your CSS here */
.owl-theme .owl-controls .owl-buttons div {
    color: #fff;
    display: inline-block;
    zoom: 1;
    margin: 30px 5px 5px 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: 1;
    top: 45%;
    font-size: 20px;
    padding-top: 16px;
    position: absolute;
    background: #222 !important;
    width: 45px;
    height: 45px;
    border: 1px solid #dedfe3!important;
    padding: 6px 14px;
    opacity: 0.5;
}
.owl-carousel .owl-next {
    margin-left: 15px;
    padding: 1px 10px;
    right: 15px;
}
.owl-carousel .owl-prev {
    margin-left: 0;
    padding: 1px 10px;
    left: 15px;
}
@media only screen and (max-width: 600px) {
  .banner_list {
    display:block;
  }
  .owl-theme .owl-controls .owl-buttons div{
      top:32% !important;
  }
}
@media only screen and (min-width: 900px) {
#small-banners  .owl-item {
    float: left;
    margin-right: 15px;
}
}
#small-banners .owl-controls .owl-buttons div{
    color: #222;
    display: inline-block;
    zoom: 1;
    margin:5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: 1;
    top: 35%;
    font-size: 16px;
    padding-top: 16px;
    position: absolute;
    background: #56545438 !important;
    width: 35px;
    height: 35px;
    border: 1px solid #dedfe3!important;
    padding: 5px 12px;
}
#small-banners  .owl-prev{
    left:-25px;
}#small-banners  .owl-next{
    right:-25px;
}
@media only screen and (max-width: 600px) {
.owl-theme .owl-controls .owl-buttons div {
   
    width: 35px !important;
    height: 35px !important;
   font-size: 13px !important;
    padding: 8px 13px !important;
}
#small-banners  .owl-controls{
    display:none !important;
}
#small-banners{
    flex-direction: row;gap:10px;overflow-x: scroll;
}
#small-banners a{flex: 0 0 85%;}
#small-banners::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#small-banners {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

}